pspwlan.h

Go to the documentation of this file.
00001 /*
00002  * PSP Software Development Kit - http://www.pspdev.org
00003  * -----------------------------------------------------------------------
00004  * Licensed under the BSD license, see LICENSE in PSPSDK root for details.
00005  *
00006  * pspwlan.h - Prototypes for the sceWlan library
00007  *
00008  * Copyright (c) 2005 John Kelley <ps2dev@kelley.ca>
00009  *
00010  * $Id: pspwlan.h 1663 2006-01-08 23:35:29Z tyranid $
00011  */
00012 #ifndef __PSPWLAN_H__
00013 #define __PSPWLAN_H__
00014 
00015 #ifdef __cplusplus
00016 extern "C" {
00017 #endif
00018 
00024 int sceWlanDevIsPowerOn(void);
00025 
00031 int sceWlanGetSwitchState(void);
00032 
00039 int sceWlanGetEtherAddr(char *etherAddr);
00040 
00046 int sceWlanDevAttach(void);
00047 
00053 int sceWlanDevDetach(void);
00054 
00055 /*
00056 int sceWlanGPBindRegError();
00057 */
00058 
00059 #ifdef __cplusplus
00060 }
00061 #endif
00062 
00063 #endif

Generated on Tue Nov 21 11:46:04 2006 for pspsdk-1.0+beta2 by  doxygen 1.4.6